home *** CD-ROM | disk | FTP | other *** search
/ MacWorld 2000 February / Macworld (2000-02).dmg / Updaters / WhiteCap 3.2.2.sea / WhiteCap 3.2.2 / (into Visual Plug-ins) / WhiteCap Configs / Centrifuge < prev    next >
Text File  |  1999-10-24  |  671b  |  57 lines

  1. // Centrifuge  by Dr. Lex   (1999-10-21)
  2. //             dr.lex@cryogen.com
  3. //             http://cryogen.com/dr.lex
  4.  
  5.  
  6. Resn=10,
  7.  
  8. Durn="2",
  9.  
  10. C2="0.5708 * sin( .5 * t )",
  11.  
  12. CamX="0",
  13. CamY="70 * cos( c2 + 1 )",
  14. CamZ="75 * sin( c2 + .9 )",
  15.  
  16. CmLX="0",
  17. CmLY="0",
  18. CmLZ="-5",
  19.  
  20. CUpX=".2 * sin( .31 * t )",
  21. CUpY="0",
  22. CUpZ="1 + .4 * cos( 5.55 + .209 * t )",
  23.  
  24.  
  25. widt=240,heig=210,
  26.  
  27. ConL=1,ConB=0,
  28.  
  29. Fall="1",
  30.  
  31.  
  32. C0="60 * dt",
  33. C1="( 1 - dt ^ 6 )",
  34. D0="( s + 1.2 * dt ) * 6.283185",
  35. D1="mag( s )",
  36.  
  37. C2="c1 * ( .3 + .25 * cos( 12.566 * ( 1 - dt ) ) )",
  38.  
  39. R="0",
  40. G="c1 * d1",
  41. B="c2 * d1",
  42.  
  43.  
  44. X="c0 * cos( d0 )",
  45. Y="c0 * sin( d0 )",
  46. Z="0",
  47.  
  48.  
  49. LWdt="2",
  50.  
  51. Scal="600",
  52. ScSz=1,
  53.  
  54. Pers="150",
  55.  
  56.  
  57. Vers=30